home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / GPCLIP.ZIP / SAMPLES.ZIP / FRAME / GPCLIP / SAMPLES / SDI1.DFM / SDI1.txt
Encoding:
Text File  |  1996-07-30  |  6.2 KB  |  273 lines

  1. object Form1: TForm1
  2.   Left = 297
  3.   Top = 184
  4.   BorderStyle = bsSingle
  5.   Caption = 'gpClipboard Sample Program (SDI)'
  6.   ClientHeight = 318
  7.   ClientWidth = 362
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object TabbedNotebook1: TTabbedNotebook
  18.     Left = 1
  19.     Top = 0
  20.     Width = 361
  21.     Height = 317
  22.     PageIndex = 1
  23.     TabFont.Color = clBtnText
  24.     TabFont.Height = -11
  25.     TabFont.Name = 'MS Sans Serif'
  26.     TabFont.Style = []
  27.     TabOrder = 0
  28.     object TTabPage
  29.       Left = 5
  30.       Top = 26
  31.       Caption = 'Std Text Controls'
  32.       object Panel1: TPanel
  33.         Left = 5
  34.         Top = 5
  35.         Width = 340
  36.         Height = 274
  37.         BevelOuter = bvLowered
  38.         Caption = 'Panel1'
  39.         TabOrder = 0
  40.         object Label2: TLabel
  41.           Left = 17
  42.           Top = 17
  43.           Width = 25
  44.           Height = 13
  45.           Caption = 'TEdit'
  46.         end
  47.         object Label3: TLabel
  48.           Left = 17
  49.           Top = 41
  50.           Width = 51
  51.           Height = 13
  52.           Caption = 'TMaskEdit'
  53.         end
  54.         object Label4: TLabel
  55.           Left = 17
  56.           Top = 66
  57.           Width = 58
  58.           Height = 13
  59.           Caption = 'TComboBox'
  60.         end
  61.         object Label5: TLabel
  62.           Left = 17
  63.           Top = 92
  64.           Width = 36
  65.           Height = 13
  66.           Caption = 'TMemo'
  67.         end
  68.         object Label6: TLabel
  69.           Left = 17
  70.           Top = 185
  71.           Width = 53
  72.           Height = 13
  73.           Caption = 'TStringGrid'
  74.         end
  75.         object Edit1: TEdit
  76.           Left = 96
  77.           Top = 15
  78.           Width = 230
  79.           Height = 20
  80.           TabOrder = 0
  81.           Text = 'TgpClipboard Component'
  82.         end
  83.         object MaskEdit1: TMaskEdit
  84.           Left = 96
  85.           Top = 39
  86.           Width = 230
  87.           Height = 20
  88.           EditMask = '!99/99/00;1;_'
  89.           MaxLength = 8
  90.           TabOrder = 1
  91.           Text = '07/31/96'
  92.         end
  93.         object ComboBox1: TComboBox
  94.           Left = 96
  95.           Top = 63
  96.           Width = 230
  97.           Height = 21
  98.           ItemHeight = 13
  99.           Items.Strings = (
  100.             'PROFESSIONAL'
  101.             'Clipboard Support'
  102.             'for'
  103.             'Professional Software')
  104.           TabOrder = 2
  105.         end
  106.         object Memo1: TMemo
  107.           Left = 96
  108.           Top = 88
  109.           Width = 230
  110.           Height = 89
  111.           Lines.Strings = (
  112.             'REGISTER TODAY!')
  113.           TabOrder = 3
  114.         end
  115.         object StringGrid1: TStringGrid
  116.           Left = 96
  117.           Top = 181
  118.           Width = 230
  119.           Height = 77
  120.           ColCount = 3
  121.           FixedCols = 0
  122.           FixedRows = 0
  123.           Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goAlwaysShowEditor]
  124.           RowCount = 3
  125.           TabOrder = 4
  126.         end
  127.       end
  128.     end
  129.     object TTabPage
  130.       Left = 5
  131.       Top = 26
  132.       Caption = 'Data Text Controls'
  133.       object Panel2: TPanel
  134.         Left = 5
  135.         Top = 5
  136.         Width = 340
  137.         Height = 274
  138.         BevelOuter = bvLowered
  139.         Caption = 'Panel1'
  140.         TabOrder = 0
  141.         object Label1: TLabel
  142.           Left = 17
  143.           Top = 17
  144.           Width = 40
  145.           Height = 13
  146.           Caption = 'TDBEdit'
  147.         end
  148.         object Label8: TLabel
  149.           Left = 17
  150.           Top = 42
  151.           Width = 73
  152.           Height = 13
  153.           Caption = 'TDBComboBox'
  154.         end
  155.         object Label9: TLabel
  156.           Left = 17
  157.           Top = 68
  158.           Width = 51
  159.           Height = 13
  160.           Caption = 'TDBMemo'
  161.         end
  162.         object Label10: TLabel
  163.           Left = 17
  164.           Top = 161
  165.           Width = 41
  166.           Height = 13
  167.           Caption = 'TDBGrid'
  168.         end
  169.         object DBEdit1: TDBEdit
  170.           Left = 96
  171.           Top = 15
  172.           Width = 230
  173.           Height = 20
  174.           DataField = 'Text1'
  175.           DataSource = DataSource1
  176.           MaxLength = 0
  177.           TabOrder = 0
  178.         end
  179.         object DBComboBox1: TDBComboBox
  180.           Left = 96
  181.           Top = 39
  182.           Width = 230
  183.           Height = 21
  184.           DataField = 'Text2'
  185.           DataSource = DataSource1
  186.           ItemHeight = 13
  187.           Items.Strings = (
  188.             'Designed by a'
  189.             'Developer for'
  190.             'other'
  191.             'Developers!')
  192.           TabOrder = 1
  193.         end
  194.         object DBMemo1: TDBMemo
  195.           Left = 96
  196.           Top = 64
  197.           Width = 229
  198.           Height = 89
  199.           DataField = 'Memo1'
  200.           DataSource = DataSource1
  201.           TabOrder = 2
  202.         end
  203.         object DBGrid1: TDBGrid
  204.           Left = 96
  205.           Top = 157
  206.           Width = 230
  207.           Height = 101
  208.           DataSource = DataSource1
  209.           Options = [dgEditing, dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  210.           TabOrder = 3
  211.           TitleFont.Color = clWindowText
  212.           TitleFont.Height = -11
  213.           TitleFont.Name = 'MS Sans Serif'
  214.           TitleFont.Style = []
  215.         end
  216.       end
  217.     end
  218.   end
  219.   object gpClipboard: TgpClipboard
  220.     UndoMenuItem = Undo1
  221.     Left = 14
  222.     Top = 272
  223.   end
  224.   object MainMenu1: TMainMenu
  225.     Left = 44
  226.     Top = 272
  227.     object File1: TMenuItem
  228.       Caption = '&File'
  229.       object Exit1: TMenuItem
  230.         Caption = 'E&xit'
  231.         OnClick = Exit1Click
  232.       end
  233.     end
  234.     object Edit2: TMenuItem
  235.       Caption = '&Edit'
  236.       object Undo1: TMenuItem
  237.         Caption = '&Undo'
  238.         OnClick = Undo1Click
  239.         ShortCutText = 'Ctrl+Z'
  240.       end
  241.       object N1: TMenuItem
  242.         Caption = '-'
  243.       end
  244.       object Cut1: TMenuItem
  245.         Caption = 'Cu&t'
  246.         OnClick = Cut1Click
  247.         ShortCutText = 'Ctrl+X'
  248.       end
  249.       object Copy1: TMenuItem
  250.         Caption = '&Copy'
  251.         OnClick = Copy1Click
  252.         ShortCutText = 'Ctrl+C'
  253.       end
  254.       object Paste1: TMenuItem
  255.         Caption = '&Paste'
  256.         OnClick = Paste1Click
  257.         ShortCutText = 'Ctrl+V'
  258.       end
  259.     end
  260.   end
  261.   object Table1: TTable
  262.     DatabaseName = 'f:\frame\gpclip\setup'
  263.     TableName = 'TEST.DB'
  264.     Left = 73
  265.     Top = 272
  266.   end
  267.   object DataSource1: TDataSource
  268.     DataSet = Table1
  269.     Left = 102
  270.     Top = 272
  271.   end
  272. end
  273.